runtime.itab.fun (field)
5 uses
runtime (current package)
iface.go#L80: if m.fun[0] != 0 {
iface.go#L205: methods := (*[1 << 16]unsafe.Pointer)(unsafe.Pointer(&m.fun[0]))[:ni:ni]
iface.go#L240: m.fun[0] = 0
iface.go#L243: m.fun[0] = uintptr(fun0)
runtime2.go#L956: fun [1]uintptr // variable sized. fun[0]==0 means _type does not implement inter.
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |